home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir28 / np940107.zip / NP.DOC < prev    next >
Text File  |  1993-12-02  |  44KB  |  2,909 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.     NewPet for DOS
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.     NewPet (c) 1987-1993    Memorial University of Newfoundland
  23.                             Department of Earth Sciences
  24.                             Centre for Earth Resources Research
  25.  
  26.                             All rights reserved.
  27.  
  28. This program has been tested extensively,  but we cannot
  29. guarantee that it will work on all computer systems or that any
  30. results will be completely accurate at all times.  We will not
  31. be held liable for any alleged damage or problems encountered
  32. while using this software.
  33.  
  34.  
  35.  
  36. NewPet is Shareware. You may distribute as many copies of this
  37. package as you wish as long as it is not modified in any way and
  38. is distributed intact. You cannot charge for copies of the
  39. program itself, only the disks.
  40.  
  41.  
  42.  
  43. If you like it, let me know.  A voluntary registration of $25
  44. (no GST or PST) would be greatly appreciated and would help to
  45. expedite further enhancements.  Make cheques or money orders
  46. payable to Memorial University of Newfoundland, Department of
  47. Earth Sciences and send it to my attention.  We can also handle
  48. credit cards (Visa or Master Card) and purchase orders.     Please
  49. let me know what size disk that you prefer (3.5" or 5.25".)
  50.  
  51.  
  52.  
  53. If you have bugs, problems, suggestions, or are registering,
  54. please contact me:
  55.  
  56.  
  57.  
  58. Daryl Clarke
  59.  
  60. Memorial University of Newfoundland
  61.  
  62. Department of Earth Sciences
  63.  
  64. Centre for Earth Resources Research
  65.  
  66. St. John's, NF, Canada       A1B 3X5
  67.  
  68.  
  69.  
  70. (709) 737 8346        telephone
  71.  
  72. (709) 737 8142
  73.  
  74. (709) 737 2589        fax
  75.  
  76.  
  77.  
  78. daryl@sparky2.esd.mun.ca    email
  79.  
  80. daryl@garfield.cs.mun.ca
  81.  
  82.  
  83.  
  84. sparky2.esd.mun.ca        anonymous FTP location
  85.  
  86. (134.153.11.101)        (/pub directory)
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94. NewPet (or NewfPet as some would have it) has origins in 'Igpet'
  95. by M.J.Carr and 'GPP' by D.J.Geist, B.H.Baker and A.R.McBirney.
  96.  
  97.  
  98.  
  99. NewMix module was originally written by Flemming Mengel.
  100.  
  101.  
  102.  
  103. NewMelt module has its origins in PMELT by R.A.Coish.
  104.  
  105.  
  106.  
  107. NewCIPW module came from Univ. of Tasmania.
  108.  
  109.  
  110.  
  111. NewMeso module came from MSONRM by M.H.F.Kosinowski.
  112.  
  113.  
  114.  
  115. I also have scavenged things from various forgotten sources.
  116.  
  117.  
  118.  
  119. "Lotus File Formats for 1-2-3, Symphony, & Jazz" by Addison
  120. Wesley came in handy for the Lotus 1-2-3 file formats.
  121.  
  122.  
  123.  
  124. Thanks to Ethan Winer and crew at Crescent Software for creating
  125. QuickPak Professional (this is an endorsement).
  126.  
  127.  
  128.  
  129. Thanks to Larry Jensen at OGS for pointing out the problem with
  130. his discrim plot.
  131.  
  132.  
  133.  
  134. Microsoftr BASIC Professional Development System Version 7.10
  135.  
  136.         c Copyright Microsoft Corporation 1982-1990.
  137.  
  138. MSHERC.COM c Microsoft Corporation 1991.
  139.  
  140.  
  141.  
  142. QuickPak Professional c Copyright Crescent Software 1988-1991.
  143.  
  144.  
  145.  
  146. Lotus 1-2-3 and FreeLance Graphics are registered trademarks of
  147. Lotus Development Corporation.
  148.  
  149.  
  150.  
  151. Any mention of a trade name does not mean that we are making an
  152. endorsement of that product.
  153.  
  154.  
  155.  
  156. Thanks to anyone who has helped by making constructive
  157. suggestions and to those who have helped this package through
  158. registration.
  159.  
  160.  
  161.  
  162. Installation
  163.  
  164.  
  165.  
  166. Insert the NewPet disk into drive A:(B:).
  167.  
  168.  
  169.  
  170. Change to the drive A:(B:)
  171.  
  172.  
  173.  
  174. Type INSTALL d:\path.    (d:\path is where you want NewPet
  175. installed)
  176.  
  177.                     Example:    a:\>  install c:\newpet
  178.  
  179.  
  180.  
  181. This will extract the NewPet files from the archive file. Any
  182. updated files will automatically overwrite the older files.
  183.  
  184.  
  185.  
  186.  
  187.  
  188. Initialization
  189.  
  190.  
  191.  
  192. The following lines have to be in your AUTOEXEC.BAT file:
  193.  
  194.  
  195.  
  196. for CGA:    GRAFTABL
  197.  
  198.         GRAPHICS  (you need this if NewPet's internal screen dump doesn't work)
  199.  
  200.  
  201.  
  202. for HGC:    MSHERC
  203.  
  204.         MONOPRT  (you might not need this)
  205.  
  206.  
  207.  
  208. for VGA:    GRAPHICS        (this will work if you have DOS 5.0)
  209.  
  210.         GRAPHICS laserjetii    (if you have a laserjet)
  211.  
  212.  
  213.  
  214.  
  215.  
  216. Start up
  217.  
  218.  
  219.  
  220. At the DOS prompt, type newpet -?
  221.  
  222.  
  223.  
  224. This will list the start up flags for NewPet.
  225.  
  226. If you get an error when trying to display graphics, it may be
  227. that the program has not detected your graphics card properly.
  228. This happens a lot with monochrome VGA monitors.
  229.  
  230.  
  231.  
  232. Usage: newpet
  233. [-b][-vm][-vga][-em][-ega][-cga][-oli][-black][-43][-50][-?]
  234.  
  235.  
  236.  
  237.         -mon        force black & white mode
  238.  
  239.         -vm        force VGA monochrome mode
  240.  
  241.         -vga        force VGA mode
  242.  
  243.         -em        force EGA monochrome mode
  244.  
  245.         -ega        force EGA mode
  246.  
  247.         -cga        force CGA mode
  248.  
  249.         -oli        force Olivetti/AT&T mode
  250.  
  251.         -black        force black plot background
  252.  
  253.         -43        force 43 line text mode (EGA & VGA)
  254.  
  255.         -50        force 50 line text mode (VGA)
  256.  
  257.         -?        this message
  258.  
  259.  
  260.  
  261. Some options can be mixed.  For example:
  262.  
  263.  
  264.  
  265.     newpet -ega -43 -black  (sets EGA with 43 lines and black
  266. background for plots)
  267.  
  268.     newpet -em -43  (sets mono EGA with 43 lines of text)
  269.  
  270.     newpet -vga -50 -black  (sets VGA with50 lines and black
  271. background)
  272.  
  273.     newpet -vm 50  (sets mono VGA with 50 lines of text)
  274.  
  275.  
  276.  
  277.  
  278.  
  279. General Instructions
  280.  
  281.  
  282.  
  283. NewPet is a menu driven geochemical data handling and plotting
  284. package.  In other words, all commands are listed in the various
  285. menus.  Except for the NewFiler module data editor (F1 is the
  286. help key).  Please see the appendix for the command keys.
  287.  
  288.  
  289.  
  290. You can use the cursor keypad (arrows, Home, End, etc.) or by
  291. pressing the letter key that corresponds to the first letter of
  292. any menu item to move around.
  293.  
  294. Pressing Space or Enter will select the current highlighted
  295. selection.  This also selects the default option (the one in [
  296. ]) when you are asked to press a key.
  297.  
  298. Pressing Esc will exit the menu.  This will also work on most
  299. spots that ask for input.
  300.  
  301. Pressing F1 is the same as selecting Help on menus that have a
  302. Help option.
  303.  
  304.  
  305.  
  306. Using a mouse:
  307.  
  308.  
  309.  
  310. Clicking the left button once on a menu item will move the bar
  311. to that item. Clicking the left button twice on an item is the
  312. same as pressing the Enter key.
  313.  
  314. If the menu is too long for the screen, arrows will appear on
  315. the right hand side of the menu box. Clicking the left mouse
  316. button with the cursor on the right margin of the menu will move
  317. the selection bar.
  318.  
  319. Clicking the right mouse button is the same as pressing the Esc
  320. key in menus.
  321.  
  322.  
  323.  
  324. NewPet will run in MS Windows. An icon is included.
  325.  
  326.  
  327.  
  328. You can load about 400 samples.  But do not try to choose
  329. samples to plot by individual name or use the NewPrim module.
  330.  
  331.  
  332.  
  333. NewPet sometimes has problems when a virus checker is loaded.
  334.  
  335.  
  336.  
  337.  
  338.  
  339. The Main Menu
  340.  
  341.  
  342.  
  343. When you start NewPet, you get the mandatory notice screen,  you
  344. then get the main menu:
  345.  
  346.  
  347.  
  348. NewPet Program Menu
  349.  
  350.                                                                 
  351.                          
  352.  
  353. 1 NewFiler    data file editing, table printing
  354.  
  355. 2 NewPrim    normalized REE plots (Spider plots)
  356.  
  357. 3 NewDisc    discrimination, ternary and X-Y plots
  358.  
  359. 4 NewCIPW    CIPW normative plots and listings
  360.  
  361. 5 NewMeso    mesonormative plots and listings
  362.  
  363. 6 NewMix    uses Langmuir eqn. for mixing isotopes, etc.
  364.  
  365. 7 NewMelt    partial melting and fractional crystallization
  366.  
  367. 8 New123    convert between Lotus 1-2-3 and NewPet files
  368.  
  369. 9 NPCV        CIPW and generic X - Y and ternary plots
  370.  
  371.                                                                 
  372.                          
  373.  
  374. Help
  375.  
  376. View documentation file and output files
  377.  
  378. DOS Shell
  379.  
  380. Set System Configuration
  381.  
  382. Quit to DOS
  383.  
  384.  
  385.  
  386. This is your access to all of the NewPet program modules.  As
  387. you can see, things are fairly obvious. Just move the bar to the
  388. module that you wish to use and press Enter.
  389.  
  390.  
  391.  
  392. Help  gives you a bit of info on the menu system.
  393.  
  394. View Documentation File and Output Files  allows you to look at
  395. the ASCII documentation and the ASCII output of the various
  396. NewPet modules.
  397.  
  398. DOS Shell  allows you to pop out into DOS.  Type 'exit' to get
  399. back into NewPet.
  400.  
  401. Set System Configuration  allows you to set the various options
  402. for recalculation, etc.
  403.  
  404. Quit to DOS  exits the program.
  405.  
  406.  
  407.  
  408. Setting Default Configuration
  409.  
  410.  
  411.  
  412. The first time the you run NewPet and any time that you choose
  413. the 'Set System Configuration' option,  you will see a menu like
  414. this:
  415.  
  416.  
  417.  
  418. Set System Defaults
  419.  
  420.                                             
  421.  
  422.  
  423.  
  424. default directory
  425.  
  426. anhydrous recalculation option
  427.  
  428. iron recalculation option
  429.  
  430. printer port
  431.  
  432. 43 line text screen (EGA/VGA)
  433.  
  434. 50 line text screen (VGA)
  435.  
  436. normal text screen
  437.  
  438.                                              
  439.  
  440. Reset: discard changes
  441.  
  442. Save changes and exit
  443.  
  444. Exit
  445.  
  446.  
  447.  
  448. Current Configuration
  449.  
  450. Printer port: LPT1:
  451.  
  452. Data directory: C:\NEWPET\
  453.  
  454. Anhydrous recalculation: N
  455.  
  456. Iron recalculation: 0
  457.  
  458.  
  459.  
  460.  
  461.  
  462. Default Directory is the directory that NewPet will go to first
  463. when looking for files.
  464.  
  465. Anhydrous Recalculation Option lets you recalculate your data
  466. sans LOI or not.
  467.  
  468. Iron Recalculation Option lets you choose how you see your iron.
  469.  
  470. Printer Port lets you set the printer port.
  471.  
  472. 43 Line Text Screen you can set the number of text lines to 43
  473. instead of the usual 25 if you have an EGA or VGA monitor . 
  474. This helps with the longer menus.
  475.  
  476. 50 Line Text Screen ditto except works only on VGA monitors.
  477.  
  478. Normal Text Screen sets the text screens back to 25 lines of
  479. text.
  480.  
  481.  
  482.  
  483. Reset: Discard Changes will read in the configuration file again.
  484.  
  485. Save changes and Exit  will make the settings permanent.
  486.  
  487.  
  488.  
  489. Exiting the menu without saving the settings will keep them
  490. until you exit NewPet.
  491.  
  492.  
  493.  
  494.  
  495.  
  496. Creating a New File
  497.  
  498.  
  499.  
  500. You have four ways of making up data files for NewPet:
  501.  
  502.  
  503.  
  504. 1) Choose the 'Enter data for new file' option in the NewFiler
  505. module.
  506.  
  507.  
  508.  
  509. 2) Use Lotus 1-2-3 or some spreadsheet program that saves its
  510. files in a Lotus .WK1 format.
  511.  
  512.  
  513.  
  514. 3) Use an editor or program to produce an ASCII file (DOS text
  515. for you WordPerfect users.)  The file extension should be .PRN.
  516.  
  517.  
  518.  
  519. 4) Read delimited ASCII files into a spreadsheet, and then
  520. convert from a .WK1 file to a NewPet .ROC data file.
  521.  
  522.  
  523.  
  524. If you choose 2, 3, or 4, you then use the New123 module to
  525. convert these files into NewPet data files.
  526.  
  527.  
  528.  
  529. Method 1: Data entry via the NewFiler module
  530.  
  531.  
  532.  
  533. Choose the NewFiler program module from the main menu screen.
  534.  
  535. Choose the Enter data for new file option.
  536.  
  537. You will then see a screen as follows:
  538.  
  539.  
  540.  
  541. Sample Name: 
  542.  
  543.  
  544.  
  545. Location Part A:
  546.  
  547.  
  548.  
  549. Location Part B:
  550.  
  551.  
  552.  
  553. Rock Type:
  554.  
  555.  
  556.  
  557. Symbol:  0
  558.  
  559.  
  560.  
  561. Colour:  0
  562.  
  563.  
  564.  
  565. Using the arrow keys will move the cursor between fields.
  566.  
  567. <ESC> will cancel.
  568.  
  569.  
  570.  
  571. If you accept the header, you will then be in the sample editor.
  572.  
  573. Press F1 to see the help screen in the editor.
  574.  
  575.  
  576.  
  577. The sample editor is a basic spreadsheet clone. It allows you to
  578. edit your sample data in a fairly easy fashion.
  579.  
  580. Command List for the Data Sample Editor
  581.  
  582.  
  583.  
  584. move up one sample                    (up arrow)
  585.  
  586. move up 20 samples                    Page Up
  587.  
  588. move down one sample                (down arrow)
  589.  
  590. move down 20 samples                Page Down
  591.  
  592. move right one column                (right arrow)
  593.  
  594. move right 5 columns                Ctrl (right arrow)
  595.  
  596. move left one column                (left arrow)
  597.  
  598. move left 5 columns                    Ctrl (left arrow)
  599.  
  600. move to first sample                Ctrl Home
  601.  
  602. move to last sample                    Ctrl End
  603.  
  604. move to first column in current sample        Home
  605.  
  606. move to last column in current sample        End
  607.  
  608. unmark all samples                    Alt U
  609.  
  610. mark all samples                    Alt M
  611.  
  612. delete marked samples                D
  613.  
  614. copy marked samples to a file        C
  615.  
  616. append a sample to end of file        A
  617.  
  618. insert sample before current sample        I
  619.  
  620. hide current column                    Alt H
  621.  
  622. unhide column                        Alt I
  623.  
  624. clear number in buffer                Esc
  625.  
  626. mark/unmark current sample            Ins
  627.  
  628. edit header of current sample        H
  629.  
  630. calculate ppm Ti and K from wt%        P
  631.  
  632. set number of decimal places for current column    N
  633.  
  634. shell to DOS                        Alt D
  635.  
  636. help                                F1
  637.  
  638. exit to main menu                    Q
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648. ASCII .PRN to NewPet .ROC file conversion
  649.  
  650.  
  651.  
  652. This option lets you convert from an ASCII (text) file to a
  653. NewPet .ROC file. The better and easier conversion is to convert
  654. a Lotus .WK1 file to a NewPet .ROC file directly,  and vice
  655. versa.
  656.  
  657.  
  658.  
  659. The input file can be any text (ASCII) file with the .PRN
  660. extension,  it does not have to have been created by Lotus 1-2-3.
  661.  
  662.  
  663.  
  664. This is the format:
  665.  
  666. Maximum width of file is 79 characters.
  667.  
  668. Use the word 'sample' somehow in the leftmost column of the
  669. header.
  670.  
  671. The first column has to be the sample names.
  672.  
  673. The elements can be in any order.
  674.  
  675. The element names have to be spelled exactly as in NP-ROC.DOC.
  676.  
  677. Try to have all labels centered or right justified. (/GLR)
  678.  
  679. There can be no blanks in the data.
  680.  
  681. Fill blanks in with anything (e.g. '-').
  682.  
  683. There can be no spaces in the sample names. Use '-' or '_'.
  684.  
  685.  
  686.  
  687.  
  688.  
  689.         EXAMPLE:
  690.  
  691.  
  692.  
  693.           SampleName     Li        Be        Th   ...   U
  694.  
  695.           Sam-1          24        13        0    ...   0
  696.  
  697.           Sam-2          26        30        5    ...   23
  698.  
  699.           .              .         .         .          .
  700.  
  701.           .              .         .         .          .
  702.  
  703.           .              .         .         .          .
  704.  
  705.           Sam-N          33        23        6    ...   22
  706.  
  707.  
  708.  
  709.  
  710.  
  711. Creating a .PRN File in Lotus 1-2-3
  712.  
  713.  
  714.  
  715. Use the /Print command.
  716.  
  717. Choose 'File'.
  718.  
  719. Enter file name.
  720.  
  721.  
  722.  
  723. Select the following options:
  724.  
  725.  
  726.  
  727. Header:        none
  728.  
  729. Footer:        none
  730.  
  731. Margins:    Left        0
  732.  
  733.             Right        79
  734.  
  735.             Top        0
  736.  
  737.             Bottom    0
  738.  
  739. Borders:        Columns    choose the column that contains your sample
  740. names
  741.  
  742.             Rows        choose the row that contains your element names
  743.  
  744. Pg-Length:    66 is fine,  as long as it is not more than 100
  745.  
  746. Range:        all of the data except the sample names and header line
  747.  
  748.  
  749.  
  750. Then 'Go' and 'Quit'.
  751.  
  752. Lotus 1-2-3 '.WK1' to NewPet '.ROC' File Conversion
  753.  
  754.  
  755.  
  756. Choose the 'WK1 --> ROC' option in the New123 module.
  757.  
  758.  
  759.  
  760. For the New123 module to read a 1-2-3 file properly,  the format
  761. must be as follows:
  762.  
  763.  
  764.  
  765.     A        B        C        D
  766.  
  767. 1    Sample    Elem1        Elem2        Elem3...
  768.  
  769. 2    sam-1        .        .        .
  770.  
  771. 3    sam-2        .        .        .
  772.  
  773. 4    .        .        .        .
  774.  
  775.  
  776.  
  777. Sample names can be numeric or label.
  778.  
  779.  
  780.  
  781.  Other columns that can be included:
  782.  
  783.  Rock Type, RockType, Type                - label up to 20 chars
  784.  
  785.  Symbol, Plot Symbol                      - integer 1 to 15
  786.  
  787.  Colour, Color, Plot Colour, Plot Color   - integer 1 to 15
  788.  
  789.  Northing, Location, Locality, Locality 1 - label up to 20 chars
  790.  
  791.  Easting, Locality 2                      - label up to 20 chars
  792.  
  793.  Mg No, Mg Number, Mg #, MgNo, Mg#        - numeric
  794.  
  795.  
  796.  
  797. Any column that doesn't have a recognized heading will be
  798. ignored.
  799.  
  800.  
  801.  
  802. Please use Range Erase and not spaces for erasing.  New123 can
  803. get screwed up if you don't.
  804.  
  805.  
  806.  
  807. *** ONLY ONE COLUMN CAN HAVE 'SAMPLE' ANYWHERE AT THE TOP ***
  808.  
  809.  
  810.  
  811. Please read NP-ROC.DOC for Element names.
  812.  
  813.  
  814.  
  815.         Lotus 1-2-3 loves to add lots of extra digits on to the
  816. end of the
  817.  
  818.         numbers.  You can ignore these.  They are rounded
  819. properly if you
  820.  
  821.         convert back to '.ROC' files.
  822.  
  823.  
  824.  
  825.     NewPet '.ROC' to Lotus 1-2-3 '.WK1' File Conversion
  826.  
  827.     ___________________________________________________
  828.  
  829.  
  830.  
  831.         Choose the 'ROC --> WK1' option in the New123 module.
  832.  
  833.  
  834.  
  835. NewFiler: Merging Data Files
  836.  
  837. _________________________________________________________________
  838. ______________
  839.  
  840.  
  841.  
  842.     The output file cannot be the same as either of the two
  843. input files.
  844.  
  845.     This is a no-no, as you cannot read from and write to a file
  846. at the same time.
  847.  
  848.  
  849.  
  850. Graphics Output
  851.  
  852.  
  853.  
  854. All plots can be saved in two formats:
  855.  
  856.  
  857.  
  858. 1) .PIC file:
  859.  
  860. This file can be printed later by using Lotus Printgraph, Lotus
  861. Freelance Plus, Lotus GraphWriter, Lotus Manuscript, WordPerfect
  862. 5.0, Drafix CAD Ultra, AutoCAD, paint programs, etc. They will
  863. print out on almost any printer or plotter and are a very good
  864. quality.
  865.  
  866.  
  867.  
  868. 2) dumped to printer right away:
  869.  
  870. NewPet has a built-in screen dump utility. If you have an HP
  871. compatible laserjet, you have the choice of three plot sizes.
  872. With an Epson compatible printer, you only have the one size of
  873. print. Unfortunately, it does not work on some systems. If this
  874. is the case, you will have to use a TSR screen dump utility. Two
  875. are provided. Load the appropriate one before running NewPet.
  876. (See installation.)
  877.  
  878. When you want to dump a graphics screen, press Shift+PrintScreen
  879. buttons.
  880.  
  881. With the HGC (monochrome graphics) you then press 0.
  882.  
  883. Unfortunately, these plots are usually low quality.
  884.  
  885. The GRAPHICS.COM program provided with DOS 5.0 can dump VGA
  886. screens to a laserjet or dot matrix printer.  Please read your
  887. DOS manual for the proper settings.
  888.  
  889. There are utilities available to dump screens from any graphics
  890. card to any printer (e.g. RainDrop by RainBow).
  891.  
  892.  
  893.  
  894. Graph Plot Symbols
  895.  
  896.  
  897.  
  898. No    Symbol            Colour**
  899.  
  900.  
  901.  
  902. 1        Circle - Open            Blue
  903.  
  904. 2        Circle - Half-filled        Green
  905.  
  906. 3        Circle - Filled            Cyan
  907.  
  908. 4        Box - Open            Red
  909.  
  910. 5        Box - Half-filled        Magenta
  911.  
  912. 6        Box - Filled            Brown
  913.  
  914. 7        Triangle - Open Up        White
  915.  
  916. 8        Triangle - Filled Up        Grey
  917.  
  918. 9        Triangle - Open Down    Light Blue
  919.  
  920. 10    Triangle - Filled Down    Light Green
  921.  
  922. 11    Asterisk *            Light Cyan
  923.  
  924. 12    X                Light Red
  925.  
  926. 13    Cross +            Light Magenta
  927.  
  928. 14    Diamond - Open        Yellow
  929.  
  930. 15    Diamond - Filled        Bright White
  931.  
  932.  
  933.  
  934. ** colours only available on EGA, VGA, MCGA and 8514/A colour
  935. monitors.
  936.  
  937.  
  938.  
  939. There also seems to be a bit of a bug when bringing .PIC files
  940. into Lotus FreeLance. The lighter colours, especially Light
  941. Cyan, do not appear on LaserJet output. If you do a Print
  942. Preview on a non EGA/VGA monitor you will not see this effect. 
  943. Try to choose Blue for symbol colour if not using a colour
  944. monitor and using FreeLance.
  945.  
  946.  
  947.  
  948.  
  949.  
  950. Normalized Elemental Plots
  951.  
  952.  
  953.  
  954. NewPrim is the program module used for extended REE's (spider)
  955. plots.
  956.  
  957. There are 3 sets of norms that are included (see below).
  958.  
  959.  
  960.  
  961. You can also use your own normalization factors by using the
  962. customized plot options.
  963.  
  964. You can only load about 200 samples into a REE plot.
  965.  
  966.  
  967.  
  968. REE's Plot Module
  969.  
  970.                                                       
  971.  
  972. Normalized Plot Display
  973.  
  974. REE's Plot Display
  975.  
  976. Extended Plot Display
  977.  
  978. Customized Plot Display
  979.  
  980.                                                       
  981.  
  982. Design/Get your own normalized plot
  983.  
  984. Pick Samples to Display
  985.  
  986. Change Plot Symbols
  987.  
  988. Legend of Plot Symbols
  989.  
  990. Get a Data File
  991.  
  992. Set BLACK plot background
  993.  
  994.                                                       
  995.  
  996. DOS Shell
  997.  
  998. Set System Configuration
  999.  
  1000. Quit to Main Program Menu
  1001.  
  1002.  
  1003.  
  1004.  
  1005.  
  1006. Normalization Factors
  1007.  
  1008.  
  1009.  
  1010. The first two sets of norm values are from George Jenner.  If
  1011. you want to know where he came up with them please feel free to
  1012. ask him.  I do,  but he just keeps forgetting to get back  to
  1013. me.  He can be reached via the address at the beginning of the
  1014. manual.  His email address is gjenner@sparky2.esd.mun.ca. 
  1015. Please let me know if you get a response.  8-)
  1016.  
  1017.  
  1018.  
  1019. Normalized Plots
  1020.  
  1021.  
  1022.  
  1023.         Primitive
  1024.  
  1025.         Mantle        MORB
  1026.  
  1027.  
  1028.  
  1029. Cs    .007    .013
  1030.  
  1031. Rb    .555    1.12
  1032.  
  1033. Ba    6.27    14.3
  1034.  
  1035. Th    .088    .185
  1036.  
  1037. U    .022    .075
  1038.  
  1039. K        267    955
  1040.  
  1041. Nb    .65    3.58
  1042.  
  1043. La    .63    3.96
  1044.  
  1045. Ce    1.59    11.97
  1046.  
  1047. Sr    18.9    122
  1048.  
  1049. Nd    1.21    10.96
  1050.  
  1051. Hf    .28    2.87
  1052.  
  1053. Zr    9.8    90
  1054.  
  1055. Sm    .399    3.62
  1056.  
  1057. Eu    .15    1.31
  1058.  
  1059. Ti    1134    9000
  1060.  
  1061. Gd    .533    4.78
  1062.  
  1063. Dy    .661    5.98
  1064.  
  1065. Y        3.9    34.2
  1066.  
  1067. Er    .432    3.99
  1068.  
  1069. Yb    .442    3.73
  1070.  
  1071. Lu    .066    .56
  1072.  
  1073.  
  1074.  
  1075. Rare Earth Elemental Plots
  1076.  
  1077.  
  1078.  
  1079.         Primitive
  1080.  
  1081.         Mantle    SUN
  1082.  
  1083.  
  1084.  
  1085. La    .63    .329
  1086.  
  1087. Ce    1.59    .865
  1088.  
  1089. Pr    .251    .13
  1090.  
  1091. Nd    1.21    .63
  1092.  
  1093. Sm    .399    .203
  1094.  
  1095. Eu    .15    .077
  1096.  
  1097. Gd    .533    .276
  1098.  
  1099. Tb    .0974    .0498
  1100.  
  1101. Dy    .661    .343
  1102.  
  1103. Ho    .148    .077
  1104.  
  1105. Er    .432    .225
  1106.  
  1107. Tm    .0676    .0352
  1108.  
  1109. Yb    .442    .22
  1110.  
  1111. Lu    .066    .0339
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119. Extended Elemental Plots
  1120.  
  1121.  
  1122.  
  1123. Both of these sets of norm values are from Taylor and McLennan
  1124. 1985.
  1125.  
  1126.  
  1127.  
  1128.         Taylor    Primitive
  1129.  
  1130.         Chondrite    Mantle
  1131.  
  1132.  
  1133.  
  1134. Li    2.4    .83
  1135.  
  1136. K        854    180
  1137.  
  1138. Rb    3.45    .55
  1139.  
  1140. Cs    .279    .018
  1141.  
  1142. Tl    .215    .006
  1143.  
  1144. Pb    3.65    .120
  1145.  
  1146. Ba    3.41    5.1
  1147.  
  1148. Th    .0425    .064
  1149.  
  1150. U    .0122    .018
  1151.  
  1152. Nb    .375    .56
  1153.  
  1154. La    .367    .551
  1155.  
  1156. Ce    .957    1.436
  1157.  
  1158. Sr    11.9    17.8
  1159.  
  1160. Pr    .137    .206
  1161.  
  1162. Nd    .711    1.607
  1163.  
  1164. Zr    5.54    8.3
  1165.  
  1166. Sm    .231    .347
  1167.  
  1168. Eu    .087    .131
  1169.  
  1170. Gd    .306    .459
  1171.  
  1172. Tb    .058    .087
  1173.  
  1174. Ti    654    960
  1175.  
  1176. Dy    .381    .572
  1177.  
  1178. Y        2.25    3.4
  1179.  
  1180. Ho    .0851    .128
  1181.  
  1182. Er    .249    .374
  1183.  
  1184. Tm    .0356    .054
  1185.  
  1186. Yb    .248    .372
  1187.  
  1188. Lu    .0381    .057
  1189.  
  1190. Sc    8.64    13
  1191.  
  1192. V    85    128
  1193.  
  1194. Zn    462    50
  1195.  
  1196. Cu    168    28
  1197.  
  1198. Ni    16500    2000
  1199.  
  1200. Cr    3975    3000
  1201.  
  1202. NewCIPW: CIPW Listing
  1203.  
  1204.  
  1205.  
  1206. A .CPW file contains the norms for a .ROC file. Please see
  1207. IGNEOUS.CPW as an example.
  1208.  
  1209. The following is the format of a .CPW file:
  1210.  
  1211. LINE        (BOF)
  1212.  
  1213. 1        nSam%, nElems%
  1214.  
  1215. 2        "Sample","RockType","Symbol","Colour","Q","C",...
  1216.  
  1217. 3        "Samplename1","RockType1","Symbol1","Colour1",###.##,###.##,..
  1218. .
  1219.  
  1220. 4        "Samplename2","RockType2","Symbol2","Colour2",###.##,###.##,..
  1221. .
  1222.  
  1223. .        .
  1224.  
  1225. .        .
  1226.  
  1227. nSam+2      .
  1228.  
  1229.         (EOF)
  1230.  
  1231.  
  1232.  
  1233. nSam is an integer denoting the number of samples in the file
  1234.  
  1235. nElems is an integer denoting the number of elements in a row
  1236.  
  1237.  
  1238.  
  1239. Q    Quartz            SiO2
  1240.  
  1241. C    Corundum        Al2O3
  1242.  
  1243. Z    Zircon            ZrSiO4
  1244.  
  1245. Or    Orthoclase        (K,Na)AlSi3O8
  1246.  
  1247. Ab    Albite            (K,Na)AlSi3O8
  1248.  
  1249. An    Anorthite        (Na,K)AlSi2O8
  1250.  
  1251. Lc    Leucite            KAl(SiO3)2
  1252.  
  1253. Ne    Nepheline        (Na,K)(Al,Si)2O4
  1254.  
  1255. Kp    Kaliophilite        AlSi04
  1256.  
  1257. Hl    Halite            NaCl
  1258.  
  1259. Th    Thenardite        Na2SO4
  1260.  
  1261. Nc    Na Carbonate        Na2CO3
  1262.  
  1263. Ac    Acmite            NaFe(SiO2)3
  1264.  
  1265. Ns    Na Metasilicate        Na2SiO3
  1266.  
  1267. Ks    K Metasilicate        K2SiO3
  1268.  
  1269. Di    Diopside            Ca(Mg,Fe)(SiO2)3
  1270.  
  1271. Wo    Wollastonite        CaSiO3
  1272.  
  1273. Hy    Hypersthene        (Mg,Fe)SiO3
  1274.  
  1275. Ol    Olivine            (Mg,Fe)2SiO4
  1276.  
  1277. Cs    DiCaSilicate        Ca2SiO4
  1278.  
  1279. Mt    Magnetite        FeIIFeIII2O4
  1280.  
  1281. Cm    Chromite        Cr2O4
  1282.  
  1283. Hm    Hematite        Fe2O3
  1284.  
  1285. Il    Ilmenite            FeTiO3
  1286.  
  1287. Tn    Sphene            CaTiSiO5
  1288.  
  1289. Pf    Perovskovite        CaTiO3
  1290.  
  1291. Ru    Rutile            TiO2
  1292.  
  1293. Ap    Apatite            Ca5(PO4)3F
  1294.  
  1295.     Hydraphane        SiO2(H2O)x
  1296.  
  1297. Fl    Fluorite            CaF2
  1298.  
  1299. Pr    Pyrite            FeS2
  1300.  
  1301. Cc    Calcite            CaCO3
  1302.  
  1303.     Magnesite        MgCO3
  1304.  
  1305.     Siderite            FeCO3
  1306.  
  1307.     Spodumene        LiAl(SiO3)2
  1308.  
  1309.     H20+            H2O+
  1310.  
  1311.     H2O-            H2O-
  1312.  
  1313.     Others
  1314.  
  1315.     Si Def
  1316.  
  1317.     Total
  1318.  
  1319. Generic Plotting using NPCV
  1320.  
  1321.  
  1322.  
  1323. Basically, this is a module that will read in a comma delimited
  1324. file and plot it using the same format as the NewPlot plots in
  1325. the NewDisc module.
  1326.  
  1327.  
  1328.  
  1329. The format of a file that is read in to the generic plot is the
  1330. same format as the CPW file.  See the IGNEOUS.CPW file as an
  1331. example.
  1332.  
  1333.  
  1334.  
  1335.  
  1336.  
  1337. The following is the format of a .CPW file:
  1338.  
  1339. LINE        (BOF)
  1340.  
  1341. 1        nSam%, nElems%
  1342.  
  1343. 2        "Sample","RockType","Symbol","Colour","El1","El2",...
  1344.  
  1345. 3        "Samplename1","RockType1","Symbol1","Colour1",###.##,###.##,..
  1346. .
  1347.  
  1348. 4        "Samplename2","RockType2","Symbol2","Colour2",###.##,###.##,..
  1349. .
  1350.  
  1351. .        .
  1352.  
  1353. .        .
  1354.  
  1355. nSam+2      .
  1356.  
  1357.         (EOF)
  1358.  
  1359.  
  1360.  
  1361. nSam is an integer denoting the number of samples in the file
  1362.  
  1363. nElems is an integer denoting the number of elements in a row
  1364.  
  1365.  
  1366.  
  1367.  
  1368.  
  1369. "Sample" can also be "Sample Name" or "SampleName"
  1370.  
  1371.     up to 20 characters are used for this field, the rest will be
  1372. truncated.
  1373.  
  1374. "RockType" can also be "RockType", "Type" or "Description"
  1375.  
  1376.     up to 20 characters are used for this field, the rest will be
  1377. truncated.
  1378.  
  1379. "Colour" can also be "Plot Colour", "Color", or "Plot Color"
  1380.  
  1381.     this is an integer from 1 to 15 denoting plot colour for
  1382. display.
  1383.  
  1384. "Symbol" can also be "Plot Symbol"
  1385.  
  1386.     this is an integer from 1 to 15 denoting plot symbol for
  1387. display.
  1388.  
  1389. All other fields are expected to be numeric. If not, crash!
  1390.  
  1391.  
  1392.  
  1393. These recalculations do not affect the data in the data file. 
  1394. They are only done on the data in memory.
  1395.  
  1396.  
  1397.  
  1398. Data recalculation is done in the following order:
  1399.  
  1400.  
  1401.  
  1402. 1) Iron is recalculated. Depending on the option selected.
  1403.  
  1404.  
  1405.  
  1406.     FeO* = FeO + Fe2O3 * 0.89981        (total iron as FeO)
  1407.  
  1408.  
  1409.  
  1410.     Fe2O3* = Fe2O3 + FeO * 1.11135    (total iron as Fe2O3)
  1411.  
  1412.  
  1413.  
  1414.     FeO Calc = FeO / (FeO + Fe2O3)
  1415.  
  1416.  
  1417.  
  1418. 2) If the anhydrous recalculation flag is set to "Y", the
  1419. samples are recalculated anhydrously. The program checks to see
  1420. if the total of the majors is between 99.98% and 100.02%. (SiO2
  1421. to P2O5) If the total lies in this range,  the sample is
  1422. considered to be anhydrous and will not be recalculated.
  1423.  
  1424.  
  1425.  
  1426.     Anhydrous Recalc Factor = 100 / (q majors - (LOI+H2O+CO2))
  1427.  
  1428.  
  1429.  
  1430. All elements except the Radiogenics are then multiplied by this
  1431. factor.
  1432.  
  1433.  
  1434.  
  1435. 3) The Mg number is then calculated.
  1436.  
  1437.  
  1438.  
  1439.     Mg# = 100 * (MgO / MgOMW) / ((FeO* / FeOMW) + (MgO / MgOMW))
  1440.  
  1441.  
  1442.  
  1443. 4) The Solidification Index is calculated next.
  1444.  
  1445.  
  1446.  
  1447.  
  1448.  
  1449.     SI = 100 * (MgO / (Fe2O3 + FeO + MgO + Na2O + K2O))
  1450.  
  1451.  
  1452.  
  1453.  
  1454.  
  1455.  
  1456.  
  1457.  
  1458.  
  1459.  
  1460.  
  1461.  
  1462.  
  1463. Appendices
  1464.  
  1465.  
  1466.  
  1467.  
  1468.  
  1469.  
  1470.  
  1471.  
  1472.  
  1473.  
  1474.  
  1475.  
  1476.  
  1477.  
  1478.  
  1479.  
  1480.  
  1481.  
  1482.  
  1483.  
  1484.  
  1485.  
  1486.  
  1487. A    Files Used
  1488.  
  1489. B        Update History
  1490.  
  1491. C    Discrimination Plot Abbreviations
  1492.  
  1493. D    Literature References
  1494.  
  1495. E        Data File Format
  1496.  
  1497.  
  1498.  
  1499.  
  1500.  
  1501. NEWPET    EXE    Main Program for NewPet
  1502.  
  1503. NEWFILER    EXE    file handling, conversion, printing
  1504.  
  1505. NEWDISC    EXE    discrimination, frequency and do it yourself plots
  1506.  
  1507. NEWCIPW    EXE    normative calcs and plots
  1508.  
  1509. BRT71EFR    EXE    run time library module
  1510.  
  1511. NP-SYM    BIN    symbol data file, used in all plot routines
  1512.  
  1513. *        DAT    data for various modules
  1514.  
  1515. NP        DOC    this file
  1516.  
  1517. NP-REF    DOC    references for NewPet
  1518.  
  1519. NP-ROC    DOC    element listing used in NewPet
  1520.  
  1521. NewPet.hlp  Windows help file
  1522.  
  1523. NP-MAN.SAM  AmiPro formatted manual
  1524.  
  1525. NEWPET    CNF    configuration file
  1526.  
  1527. NEWPET    ICO    MS Windows 3.x icon
  1528.  
  1529. *        FON    graphics font files
  1530.  
  1531. NP        BAT    runs MSHERC.COM then runs NEWPET.EXE
  1532.  
  1533. IGNEOUS    *    sample data files
  1534.  
  1535. MSHERC    COM    Hercules (mono) compatability module
  1536.  
  1537. MONOPRT    COM    print screen utility for Hercules
  1538.  
  1539. GRAPHICS    COM    print screen utility for CGA (DOS 5.0 does EGA and
  1540. VGA)
  1541.  
  1542. GRAFTABL    COM    graphics characters for CGA
  1543.  
  1544.  
  1545.  
  1546.         .ROC    rock data files
  1547.  
  1548.         .KD    NewMelt module Bulk Kd coeff data file
  1549.  
  1550.         .KDI    NewMelt module parameter file
  1551.  
  1552.         .NRM    norm data files for NewPrim module
  1553.  
  1554.         .SET    data mask files used in NewFiler module
  1555.  
  1556.         .TAB    data table produced in NewFiler module
  1557.  
  1558.         .CPW    CIPW norm file from NewCIPW module
  1559.  
  1560.         .CIP    CIPW listing from NewCIPW module (1 page per sample)
  1561.  
  1562.         .OUT    output file from NewMelt module
  1563.  
  1564.         .WK1    Lotus 1-2-3 spreadsheet file v.2
  1565.  
  1566.         .PRN    ASCII file from Lotus 1-2-3
  1567.  
  1568.         .PIC    graph file in Lotus 1-2-3 format
  1569.  
  1570.  
  1571.  
  1572.  
  1573.  
  1574. 92.10.31    Fixed bugs in NewMix
  1575.  
  1576.         Increased legend in NewPrim
  1577.  
  1578.         Did some internal stuff (format of NewDisc data files)
  1579.  
  1580.  
  1581.  
  1582. 92.09.30    Made screen dump for laser jet a bit smaller for large
  1583. plots
  1584.  
  1585.         Fixed symbol choice and plot choice by rock type
  1586.  
  1587.         Added symbol choice and plot choice by locality
  1588.  
  1589.  
  1590.  
  1591. 92.08.31    Fixed Maniar&Piccoli plots 10d & 10e to reflect
  1592. derivation from
  1593.  
  1594.         AFM and ACF diags respectively
  1595.  
  1596.  
  1597.  
  1598. 92.06.30    Fixed ROC --> WK1 formatting problem in New123 module
  1599.  
  1600.         Changed 'Change Symbol' to use list of plotted samples
  1601.  
  1602.         Fixed Eu / Eu* bug in NewDisc module
  1603.  
  1604.  
  1605.  
  1606. 92.04.30    Finally fixed the damned mouse/menu bug!!!
  1607.  
  1608.         Fixed keypress error (pressing arrow kicks you out)
  1609.  
  1610.         Fixed the screen dump problem to laserjets
  1611.  
  1612.  
  1613.  
  1614. 92.03.31    Fixed field plotting problems in NewCIPW and NewMeso
  1615.  
  1616.         Fixed log plots in 'Granitoids' section of NewDisc
  1617.  
  1618.  
  1619.  
  1620. 92.02.31    Added KD save on exiting NewMelt
  1621.  
  1622.         Fixed 'Set Graph Params' in NewPlot Module
  1623.  
  1624.         Added view option for output files
  1625.  
  1626.         Added black background option to plots
  1627.  
  1628.         Added option to save symbol and colour options
  1629.  
  1630.  
  1631.  
  1632. 91.11.30    Added plot sample name option to plots
  1633.  
  1634.         Fixed set plot type error in NPCV
  1635.  
  1636.         Added plot 'zeros' option
  1637.  
  1638.         Fixed stupid mistake (View Docs was screwed up)
  1639.  
  1640.  
  1641.  
  1642. 91.10.31    Fixed hangup in NewMelt 'Same params'
  1643.  
  1644.         Fixed key handling problems introduced in 91.06.12
  1645.  
  1646.         Added X, Y, Z values on show each sample
  1647.  
  1648.         Fixed an entry bug in Set Data Mask
  1649.  
  1650.         Added third Wood plot
  1651.  
  1652.  
  1653.  
  1654. 91.08.31    Fixed bug in data entry in DIY plots
  1655.  
  1656.         Fixed bug in choose samples to plot module
  1657.  
  1658.  
  1659.  
  1660. 91.07.31    Added Igpet file handling
  1661.  
  1662.  
  1663.  
  1664. 91.06.30    Added mouse handling to most inputs (buggy)
  1665.  
  1666.         Replaced Cox plot with Le Maitre
  1667.  
  1668.         Added Le Maitre plots (B.12-B.15)
  1669.  
  1670.         Added Gill plots (5.16 a-c)
  1671.  
  1672.         Fixed stack space problem (unprintable error)
  1673.  
  1674.         Added HP LaserJet to Table module
  1675.  
  1676.         Fixed Table module bug introduced in 91.05.22
  1677.  
  1678.  
  1679.  
  1680. 91.05.31    Fixed delete bug in NewFiler module
  1681.  
  1682.         Fixed Save bug in Set Config module
  1683.  
  1684.         Fixed Miyashiro 1974 (fig 1a) plot
  1685.  
  1686.         Fixed Winchester & Floyd 1977 (figs 2 & 6) plots
  1687.  
  1688.         (ppm TiO2 = TiO2 * 10000 not TiO2 * 5995)
  1689.  
  1690.  
  1691.  
  1692. 91.04.30    Fixed the cationic plots in NewDisc (I screwed up)
  1693.  
  1694.         Added generic plotting routines
  1695.  
  1696.         Fixed legend in NewPrim
  1697.  
  1698.  
  1699.  
  1700. 91.03.31    Added Kerrich plots to NewDisc
  1701.  
  1702.         Fixed ESC key to cancel plots
  1703.  
  1704.         Peacock 1931 plot now works properly
  1705.  
  1706.         Fixed KD editor in NewMelt
  1707.  
  1708.         Added new fields to .CPW and .MSO files
  1709.  
  1710.  
  1711.  
  1712. 91.02.28    Fixed problem in Jensen discrim plot in NewDisc
  1713.  
  1714.  
  1715.  
  1716. 91.01.01    Combined 10 EXE files into 4 main EXE files
  1717.  
  1718.         Increased sample capacity to ~400
  1719.  
  1720.  
  1721.  
  1722.  
  1723.  
  1724. Coming Attractions
  1725.  
  1726.  
  1727.  
  1728. Windows 3.1 version - Jan 93 (a year late, but better than never)
  1729.  
  1730. DXF plot output -  (who knows when)
  1731.  
  1732. HP-GL/2 plot output
  1733.  
  1734.  
  1735.  
  1736.  
  1737.  
  1738.  
  1739.  
  1740. NewDisc Plots
  1741.  
  1742.  
  1743.  
  1744. Debon & Le Fort 1983: figure 1
  1745.  
  1746.  
  1747.  
  1748.     Plutonic            Volcanic
  1749.  
  1750. 1    Granite            Rhyolite
  1751.  
  1752. 2    Adamellite        Dellenite
  1753.  
  1754. 3    Granodiorite        Rhyodacite
  1755.  
  1756. 4    Tonalite (trodhjemite)    Dacite
  1757.  
  1758. 5    Quartz Syenite        Quartz Trachyte
  1759.  
  1760. 6    Quartz Monzonite    Quartz Latite
  1761.  
  1762. 7    Quartz Monzodiorite    Quartz Latiandesite
  1763.  
  1764. 8    Quartz Diorite        Quartz Andesite
  1765.  
  1766. 9    Syenite            Trachyte
  1767.  
  1768. 10    Monzonite        Latite
  1769.  
  1770. 11    Monzogabbro        Latibasalt
  1771.  
  1772. 12    Gabbro            Basalt
  1773.  
  1774.  
  1775.  
  1776. Debon & Le Fort 1983: figures 2a & 2b
  1777.  
  1778.  
  1779.  
  1780. Peraluminous
  1781.  
  1782. I    muscovite or muscovite > biotite
  1783.  
  1784. II    biotite > muscovite
  1785.  
  1786. III    biotite
  1787.  
  1788. Metaluminous
  1789.  
  1790. IV    mainly hornblende and biotite
  1791.  
  1792.     (biotite, hornblende, orthopyroxene,
  1793.  
  1794.     clinopyroxene, primary epidote, sphene)
  1795.  
  1796. V    high prop cpx +/- primary epidote +/- sphene
  1797.  
  1798. VI    exceptional igneous rocks
  1799.  
  1800. LG    Leuco Granitoids
  1801.  
  1802.  
  1803.  
  1804. Jensen 1976: figure 1
  1805.  
  1806.  
  1807.  
  1808. TR    Tholeiitic Rhyolite
  1809.  
  1810. TD    Tholeiitic Dacite
  1811.  
  1812. TA    Tholeiitic Andesite
  1813.  
  1814. CR    Calc-alkaline Rhyolite
  1815.  
  1816. CD    Calc-alkaline Dacite
  1817.  
  1818. CA    Calc-alkaline Andesite
  1819.  
  1820. CB    Calc-alkaline Basalt
  1821.  
  1822. HFT    High-Fe Tholeiite
  1823.  
  1824. HMT    High-Mg Tholeiite
  1825.  
  1826. BK    Basaltic Komatiite
  1827.  
  1828. PK    Peridotitic Komatiite
  1829.  
  1830.  
  1831.  
  1832. LeMaitre 1989: figure B.14
  1833.  
  1834.  
  1835.  
  1836. F    foidite
  1837.  
  1838. Pc    picrobasalt
  1839.  
  1840. B    basalt
  1841.  
  1842. O1    basaltic andesite
  1843.  
  1844. O2    andesite
  1845.  
  1846. O3    dacite
  1847.  
  1848. S1    trachybasalt
  1849.  
  1850. S2    basaltic trachyandesite
  1851.  
  1852. S3    trachyandesite
  1853.  
  1854. T    trachyte (q < 20%)
  1855.  
  1856.     trachydacite (q > 20%)
  1857.  
  1858. R    rhyolite
  1859.  
  1860. U1    tephrite (ol < 10%)
  1861.  
  1862.     basanite (ol > 10%)
  1863.  
  1864. U2    phonotephrite
  1865.  
  1866. U3    tephriphonolite
  1867.  
  1868. Ph    phonolite
  1869.  
  1870.  
  1871.  
  1872. Meschede 1986: figure 1
  1873.  
  1874.  
  1875.  
  1876. P MORB, N MORB    Mid-Ocean Ridge Basalts
  1877.  
  1878. VAB            Volcanic Arc Basalts
  1879.  
  1880. WPA            Within Plate Alkaline Basalts
  1881.  
  1882. WPT            Within Plate Tholeiites
  1883.  
  1884.  
  1885.  
  1886. Middleton 1985: figure 3.3.3
  1887.  
  1888.  
  1889.  
  1890. 1    Nephelinite
  1891.  
  1892. 2    Phonolite
  1893.  
  1894. 3    Alkali trachyte
  1895.  
  1896. 4    Pantellerite
  1897.  
  1898. 5    Comendite
  1899.  
  1900. 6    Basanite
  1901.  
  1902. 7    Alkali picrite
  1903.  
  1904. 8    Alkali olivine basalt
  1905.  
  1906. 9    Trachybasalt
  1907.  
  1908. 10    Trachyandesite basalt
  1909.  
  1910. 11    Trachyandesite
  1911.  
  1912. 12    Trachyte
  1913.  
  1914. 13    Trachydacite
  1915.  
  1916. 14    Trachyrhyolite
  1917.  
  1918. 15    Alkali rhyolite
  1919.  
  1920. 16    Picrite
  1921.  
  1922. 17    Tholeiite basalt
  1923.  
  1924. 18    Andesite basalt
  1925.  
  1926. 19    Andesite
  1927.  
  1928. 20    Andesite dacite
  1929.  
  1930. 21    Dacite
  1931.  
  1932. 22    Rhyolite dacite
  1933.  
  1934. 23    Rhyolite
  1935.  
  1936.  
  1937.  
  1938. Middleton 1985: figure 3.3.6
  1939.  
  1940.  
  1941.  
  1942. 1    Alkali feldspar Syenite
  1943.  
  1944. 2    Alkali feldspar Quartz Syenite
  1945.  
  1946. 3    Alkali feldspar Granite
  1947.  
  1948. 4    Syenite
  1949.  
  1950. 5    Quartz Syenite
  1951.  
  1952. 6    Granite
  1953.  
  1954. 7    Monzonite
  1955.  
  1956. 8    Quartz Monzonite
  1957.  
  1958. 9    Monzodiorite
  1959.  
  1960. 10    Quartz Monzodiorite
  1961.  
  1962. 11    Granodiorite
  1963.  
  1964. 12    Diorite and Gabbro
  1965.  
  1966. 13    Quartz Diorite
  1967.  
  1968. 14    Tonalite
  1969.  
  1970.  
  1971.  
  1972. Mullen 1983: figure ?
  1973.  
  1974.  
  1975.  
  1976. CAB    Calc-Alkaline Basalts
  1977.  
  1978. IAT    Island Arc Tholeiites (?)
  1979.  
  1980. MORB    Mid-Ocean Ridge Basalts
  1981.  
  1982. OIA    Ocean Island Andesites (?)
  1983.  
  1984. OIT    Ocean Island Tholeiites (?)
  1985.  
  1986.  
  1987.  
  1988. Pearce 1975: figure ?
  1989.  
  1990.  
  1991.  
  1992. LKT    Low Potassium Tholeiites
  1993.  
  1994. OFB    Ocean Floor Basalts
  1995.  
  1996.  
  1997.  
  1998. Pearce & Cann 1973: figures 2, 3 & 4
  1999.  
  2000.  
  2001.  
  2002. CAB    Calc-Alkaline Basalts
  2003.  
  2004. IAB    Island Arc Basalts
  2005.  
  2006. LKT    Low Potassium Tholeiites
  2007.  
  2008. OFB    Ocean Floor Basalts
  2009.  
  2010. WPB    Within Plate Basalts
  2011.  
  2012.  
  2013.  
  2014. Pearce et al 1984: figures 3 & 4
  2015.  
  2016.  
  2017.  
  2018. ORG        Ocean Ridge Granites
  2019.  
  2020. syn-COLG    Syn-Collision Granites
  2021.  
  2022. VAG        Volcanic Arc Granites
  2023.  
  2024. WPG        Within Plate Granites
  2025.  
  2026.  
  2027.  
  2028. Shervais 1982: figure 2
  2029.  
  2030.  
  2031.  
  2032. ARC    ARC Tholeiites
  2033.  
  2034. OFB    Ocean Floor Basalts
  2035.  
  2036.  
  2037.  
  2038. Whalen et al 1987: figures 5a & 5b
  2039.  
  2040.  
  2041.  
  2042. FG    Fractionated Felsic Granites
  2043.  
  2044. OGT    Orogenic Granite Types (?)
  2045.  
  2046.     (unfractionated M-, I- and S-type granites)
  2047.  
  2048.  
  2049.  
  2050. Wood 1980: figure 1a
  2051.  
  2052.  
  2053.  
  2054. A    N-type MORB
  2055.  
  2056. B    E-type MORB and tholeiitic WPB and differentiates
  2057.  
  2058. C    Alkaline WPB and differentiates
  2059.  
  2060. D    Destructive PMB and differentiates
  2061.  
  2062. WPB    within-plate basalts
  2063.  
  2064. PMB    plate-margin basalts
  2065.  
  2066. MORB    mid-ocean ridge basalts
  2067.  
  2068.  
  2069.  
  2070.  
  2071.  
  2072.  
  2073.  
  2074.  
  2075.  
  2076.  
  2077.  
  2078.  
  2079.  
  2080.  
  2081.  
  2082.  
  2083.  
  2084.  
  2085.  
  2086. NewMeso Plots
  2087.  
  2088.  
  2089.  
  2090. LeMaitre 1989: figure B.4
  2091.  
  2092.  
  2093.  
  2094. 1a    quartzolite
  2095.  
  2096. 1b    quartz-rich granitoids
  2097.  
  2098. 2    alkali feldspar granite
  2099.  
  2100. 3a    syeno-granite
  2101.  
  2102. 3b    monzo-granite
  2103.  
  2104. 4    granodiorite
  2105.  
  2106. 5    tonalite
  2107.  
  2108. 6*    quartz alkali feldspar syenite
  2109.  
  2110. 6    alkali feldspar syenite
  2111.  
  2112. 7*    quartz syenite
  2113.  
  2114. 7    syenite
  2115.  
  2116. 8*    quartz monzonite
  2117.  
  2118. 8    monzonite
  2119.  
  2120. 9*    quartz monzodiorite/quartz monzogabbro
  2121.  
  2122. 9    monzodiorite/monzogabbro
  2123.  
  2124. 10*    quartz diorite/quartz gabbro/quartz anorthosite
  2125.  
  2126. 10    diorite/gabbro/anorthosite
  2127.  
  2128.  
  2129.  
  2130.  
  2131.  
  2132. General
  2133.  
  2134.  
  2135.  
  2136. K.G.Cox, J.D.Bell and R.J.Pankhurst, 1979.
  2137.  
  2138. "The Interpretation of Igneous Rocks",
  2139.  
  2140. George Allen and Unwin, London.
  2141.  
  2142.  
  2143.  
  2144. C.J.Hughes, 1982.
  2145.  
  2146. "Igneous Petrology",
  2147.  
  2148. Elsevier, Amsterdam.
  2149.  
  2150.  
  2151.  
  2152. R.W.Le Maitre (ed.), 1989.
  2153.  
  2154. A Classification of Igneous Rocks and Glossary of Terms,
  2155.  
  2156. Blackwell, Oxford, 193 pp.
  2157.  
  2158.  
  2159.  
  2160. E.A.K.Middlemost, 1985.
  2161.  
  2162. "Magmas and Magmatic Rocks",
  2163.  
  2164. Longman Group Limited, Essex.
  2165.  
  2166.  
  2167.  
  2168. A.Streckeisen, 1976.
  2169.  
  2170. To each plutonic rock its proper name,
  2171.  
  2172. Earth-Science Reviews, vol.12, pp.1-33.
  2173.  
  2174.  
  2175.  
  2176.  
  2177.  
  2178. NewMelt
  2179.  
  2180.  
  2181.  
  2182. C.J.Allegre and J.F.Minister, 1978.
  2183.  
  2184. Quantitative models of trace element behaviour in magmatic
  2185. processes,
  2186.  
  2187. Earth and Planetary Science Letters, vol.38, pp.1-25.
  2188.  
  2189.  
  2190.  
  2191. C.J.Allegre, M.Treuil, J.F.Minister and F.Albarade, 1977.
  2192.  
  2193. Systematic use of trace elements in igneous processes. Part 1:
  2194. Fractional crystallization processes in volcanic suites,
  2195.  
  2196. Contributions to Mineralogy and Petrology, vol.60, pp.57-75.
  2197.  
  2198.  
  2199.  
  2200. J.G.Arth, 1976.
  2201.  
  2202. Behavior of trace elements during magmatic processes - a summary
  2203. of theoretical models and their applications,
  2204.  
  2205. Journal of Research USGS, vol.4, No.1, pp.41-47.
  2206.  
  2207.  
  2208.  
  2209. W.K.Conrad, 1987.
  2210.  
  2211. A FORTRAN program for simulating major- and trace-element
  2212. variations during rayleigh fractionation with melt replenishment
  2213. or assimilation,
  2214.  
  2215. Computers and Geosciences, vol.13, No.1, pp.1-12.
  2216.  
  2217.  
  2218.  
  2219. D.J.DePaolo, 1981.
  2220.  
  2221. Trace element and isotopic effects of combined wallrock
  2222. assimilation and fractional crystallization,
  2223.  
  2224. Earth and Planetary Science Letters, vol.53, pp.189-202.
  2225.  
  2226.  
  2227.  
  2228. R.Powell, 1984.
  2229.  
  2230. Inversion of the assimilation and fractional crystallization
  2231. (AFC) equations; characterization of contaminants from isotope
  2232. and trace element relationships in volcanic suites,
  2233.  
  2234. Journal of Geological Society London, vol.141, pp.447-452.
  2235.  
  2236.  
  2237.  
  2238.  
  2239.  
  2240. NewDisc
  2241.  
  2242.  
  2243.  
  2244. R.A.Batchelor and P.Bowden, 1985.
  2245.  
  2246. Petrogenetic interpretation of granitoid rock series using
  2247. multicationic parameters,
  2248.  
  2249. Chemical Geology, vol.48, pp.43-55.
  2250.  
  2251.  
  2252.  
  2253. F.Debon and P.Le Fort, 1983.
  2254.  
  2255. A chemical-mineralogical classification of common plutonic rocks
  2256. and associations,
  2257.  
  2258. Transactions of the Royal Society of Edinburgh Earth Sciences,
  2259. vol.73, pp.135-149.
  2260.  
  2261.  
  2262.  
  2263. J.B.Gill, 1981.
  2264.  
  2265. "Orogenic Andesites and Plate Tectonics",
  2266.  
  2267. Springer-Verlag, Berlin, 389 pp.
  2268.  
  2269.  
  2270.  
  2271. T.N.Irvine and W.R.A.Barager, 1971.
  2272.  
  2273. A guide to the chemical classification of the common volcanic
  2274. rocks,
  2275.  
  2276. Canadian Journal of Earth Sciences, vol.8, pp.523-548.
  2277.  
  2278.  
  2279.  
  2280. L.S.Jensen, 1976.
  2281.  
  2282. A New Cation Plot for Classifying Subalkalic Volcanic Rocks,
  2283.  
  2284. Ontario Division of Mines, MP 66, 22p.
  2285.  
  2286.  
  2287.  
  2288. R.Kerrich, 1989.
  2289.  
  2290. Geochemical evidence on the sources of fluids and solutes for
  2291. shear zone hosted mesothermal gold deposits,
  2292.  
  2293. in: J.T.Bursnall (ed.), "Mineralization and Shear Zones", GAC
  2294. Short Course Notes, vol.6, pp.129-198.
  2295.  
  2296.  
  2297.  
  2298. P.D.Maniar and P.M.Piccoli, 1989.
  2299.  
  2300. Tectonic discrimination of granitoids,
  2301.  
  2302. Geological Society of America Bulletin, vol.101, pp.635-643.
  2303.  
  2304.  
  2305.  
  2306. M.Meschede, 1986.
  2307.  
  2308. A method of discriminating between different types of mid-ocean
  2309. ridge basalts and continental tholeiites with the Nb-Zr-Y
  2310. diagram,
  2311.  
  2312. Chemical Geology, vol.56, pp.207-218.
  2313.  
  2314.  
  2315.  
  2316. A.Miyashiro, 1974.
  2317.  
  2318. Volcanic rock series in island arcs and active continental
  2319. margins,
  2320.  
  2321. American Journal of Science, vol.274, pp.321-355.
  2322.  
  2323.  
  2324.  
  2325. E.D.Mullen, 1983.
  2326.  
  2327. MnO/TiO2/P2O5: a minor element discriminant for basaltic rocks
  2328. of oceanic environments and its implications for petrogenesis,
  2329.  
  2330. Earth and Planetary Science Letters, vol.62, pp.53-62.
  2331.  
  2332.  
  2333.  
  2334. M.A.Peacock, 1931.
  2335.  
  2336. Classification of igneous rock series,
  2337.  
  2338. Journal of Geology, vol.39, pp.54-67.
  2339.  
  2340.  
  2341.  
  2342. J.A.Pearce, 1975.
  2343.  
  2344. Basalt geochemistry used to investigate past tectonic
  2345. environments on Cyprus,
  2346.  
  2347. Tectonophysics, vol.25, pp.41-67.
  2348.  
  2349.  
  2350.  
  2351. J.A.Pearce, 1983.
  2352.  
  2353. Role of the sub-continental lithosphere in magma genesis at
  2354. active continental margins,
  2355.  
  2356. in: C.J.Hawkesworth and M.J.Norry (eds.), "Continental Basalts
  2357. and Mantle Xenoliths," Shiva Publishing Limited, pp.230-249.
  2358.  
  2359.  
  2360.  
  2361. J.A.Pearce and J.R.Cann, 1973.
  2362.  
  2363. Tectonic setting of basic volcanic rocks determined using trace
  2364. element analyses,
  2365.  
  2366. Earth and Planetary Science Letters, vol.19, pp.290-300.
  2367.  
  2368.  
  2369.  
  2370. J.A.Pearce and M.J.Norry, 1979.
  2371.  
  2372. Petrogenetic Implications of Ti, Zr, Y, and Nb Variations in
  2373. Volcanic Rocks,
  2374.  
  2375. Contributions to Mineralogy and Petrology, vol.69, pp.33-47.
  2376.  
  2377.  
  2378.  
  2379. J.A.Pearce, N.B.W.Harris and A.G.Tindle, 1984.
  2380.  
  2381. Trace element discrimination diagrams for the tectonic
  2382. interpretation of granitic rocks,
  2383.  
  2384. Journal of Petrology, vol.25, pp.956-983.
  2385.  
  2386.  
  2387.  
  2388. J.A.Pearce, T.Alabaster, A.W.Shelton and M.P.Searle, 1981.
  2389.  
  2390. The Oman ophiolite as a Cretaceous arc-basin complex: evidence
  2391. and implications.
  2392.  
  2393. Phil.Trans.R.Soc.Lon., A300, pp. 299-317.
  2394.  
  2395.  
  2396.  
  2397. T.H.Pearce, B.E.Gorman and T.C.Birkett, 1977.
  2398.  
  2399. The relationship between major element chemistry and tectonic
  2400. environment of basic and intermediate volcanic rocks,
  2401.  
  2402. Earth and Planetary Science Letters, vol.36, pp.121-132.
  2403.  
  2404.  
  2405.  
  2406. J.W.Shervais, 1982.
  2407.  
  2408. Ti-V plots and the petrogenesis of modern and ophiolitic lavas,
  2409.  
  2410. Earth and Planetary Science Letters, vol.59, pp.101-118.
  2411.  
  2412.  
  2413.  
  2414. J.B.Whalen, K.L.Currie and B.W.Chappell, 1987.
  2415.  
  2416. A-type granites: geochemical characteristics, discrimination and
  2417. petrogenesis,
  2418.  
  2419. Contributions to Mineralogy and Petrology, vol.95, pp.407-419.
  2420.  
  2421.  
  2422.  
  2423. J.A.Winchester and P.A.Floyd, 1977.
  2424.  
  2425. Geochemical discrimination of different magma series and their
  2426. differentiation products using immobile elements,
  2427.  
  2428. Chemical Geology, vol.20, pp.325-343.
  2429.  
  2430.  
  2431.  
  2432. D.A.Wood, 1980.
  2433.  
  2434. The application of a Th-Hf-Ta diagram to problems of
  2435. tectonomagmatic classification and to establishing the nature of
  2436. crustal contamination of basaltic lavas of the British Tertiary
  2437. volcanic province,
  2438.  
  2439. Earth and Planetary Science Letters, vol.50, pp.11-30.
  2440.  
  2441.  
  2442.  
  2443.  
  2444.  
  2445. NewMix
  2446.  
  2447.  
  2448.  
  2449. C.H.Langmuir, R.D.Vocke, Jr., G.N.Hanson and S.R.Hart, 1978.
  2450.  
  2451. A general mixing equation with applications to Icelandic basalts,
  2452.  
  2453. Earth and Planetary Science Letters, vol.37, pp.380-392.
  2454.  
  2455.  
  2456.  
  2457.  
  2458.  
  2459. NewPrim
  2460.  
  2461.  
  2462.  
  2463. E.Anders and M.Ebihara, 1982.
  2464.  
  2465. Solar-System abundances of the elements,
  2466.  
  2467. Geochimica et Cosmochimica Acta, vol 46, pp.2363-2380.
  2468.  
  2469.  
  2470.  
  2471. H.J.M.Brown, 1979.
  2472.  
  2473. "Environmental Chemistry of the Elements,"
  2474.  
  2475. Academic Press, London, 333 pp.
  2476.  
  2477.  
  2478.  
  2479. B.Mason and C.B.Moore, 1982.
  2480.  
  2481. "Principles of Geochemistry,"
  2482.  
  2483. Wiley, New York, 344 pp.
  2484.  
  2485.  
  2486.  
  2487. S-S.Sun, 1982.
  2488.  
  2489. Chemical composition and origin of the Earth's primitive mantle,
  2490.  
  2491. Geochimica et Cosmochimica Acta, vol.46, pp.179-192.
  2492.  
  2493.  
  2494.  
  2495. S.R.Taylor and S.M.McLennan, 1985.
  2496.  
  2497. "The Continental Crust: Its Composition and Evolution,"
  2498.  
  2499. Blackwell, Oxford, 312 pp.
  2500.  
  2501.  
  2502.  
  2503.  
  2504.  
  2505. Normative
  2506.  
  2507.  
  2508.  
  2509. M.H.F.Kosinowski, 1982.
  2510.  
  2511. MSONRM, a FORTRAN program for the improved version of mesonorm
  2512. calculation,
  2513.  
  2514. Computers & Geosciences, vol.8, no.1, pp.111-20.
  2515.  
  2516.  
  2517.  
  2518. R.W.LeMaitre, 1976.
  2519.  
  2520. Some Problems of the Projection of Chemical Data into
  2521. Mineralogical Classifications,
  2522.  
  2523. Contributions to Mineralogy and Petrology, vol.56, pp.181-189.
  2524.  
  2525.  
  2526.  
  2527. E.A.K.Middlemost, 1989.
  2528.  
  2529. Iron oxidation ratios, norms and the classification of volcanic
  2530. rocks,
  2531.  
  2532. Chemical Geology, vol.77, pp.19-26.
  2533.  
  2534.  
  2535.  
  2536.  
  2537.  
  2538.  
  2539.  
  2540. This is the NEWPET data file format (.ROC):
  2541.  
  2542.   
  2543.  
  2544. vNumber of Samples
  2545.  
  2546. N
  2547.  
  2548. "Sample1","Loc11","Loc21",S,C,"Type1",A,(sample data for #1)...
  2549.  
  2550. .
  2551.  
  2552. .
  2553.  
  2554. .
  2555.  
  2556. "SampleN","Loc1N","Loc2N",S,C,"TypeN",A,(sample data for #N)...
  2557.  
  2558.                Symbol^ ^Colour     ^Anhyd Value
  2559.  
  2560.  
  2561.  
  2562. Sample Header
  2563.  
  2564.             Size            Aliases for .WK1 transfer
  2565.  
  2566. Samplename        (20 char)        Sample
  2567.  
  2568. Locality 1        (20 char)        Northing, Area, Location, Location 1
  2569.  
  2570. Locality 2        (20 char)        Easting, Index, Location 2
  2571.  
  2572. Plot Symbol        (integer)(1-15)    Symbol
  2573.  
  2574. Plot Colour        (integer)(1-15)    Colour, Plot Color, Color
  2575.  
  2576. Rock Type        (20 char)        RockType, Description, Desc
  2577.  
  2578.  
  2579.  
  2580. The aliases shown above are the ones that are accepted when
  2581. transferring from a .WK1 to .ROC file.  The following pages show
  2582. the order of the elements and the default number of decimal
  2583. places used for each.  The names shown are the only ones that
  2584. will be accepted when transferring data.  You don't have to
  2585. worry about super/subscripts and you don't have to have the
  2586. elements in the exact order as shown.  Also, the element numbers
  2587. (1 - 108) are not used.  They are for my use only.  Any column
  2588. with a heading that is not recognized will be ignored.  The 'i'
  2589. and 'm' in the Radiogenics sections are there so we can tell the
  2590. difference between initial and measured radiogenics
  2591. respectively.  You can always edit out the 'i' or 'm'  later.
  2592.  
  2593.  
  2594.  
  2595.  
  2596.  
  2597.  
  2598.  
  2599. .
  2600.  
  2601.  
  2602.  
  2603. Major Oxides - wt %
  2604.  
  2605.  
  2606.  
  2607. 1 - SiO2        2
  2608.  
  2609. 2 - TiO2        2
  2610.  
  2611. 3 - Al2O3    2
  2612.  
  2613. 4 - Fe2O3        2
  2614.  
  2615. 5 - FeO        2
  2616.  
  2617. 6 - MnO        2
  2618.  
  2619. 7 - MgO        2
  2620.  
  2621. 8 - CaO        2
  2622.  
  2623. 9 - Na2O        2
  2624.  
  2625. 10 - K2O        2
  2626.  
  2627. 11 - P2O5        2
  2628.  
  2629. 12 - H2O        2
  2630.  
  2631. 13 - CO2        2
  2632.  
  2633. 14 - LOI        2
  2634.  
  2635.  
  2636.  
  2637. Transition Metals - ppm
  2638.  
  2639.  
  2640.  
  2641. 15 - Cr        0
  2642.  
  2643. 16 - Ni        0
  2644.  
  2645. 17 - Co        0
  2646.  
  2647. 18 - Sc        0
  2648.  
  2649. 19 - V        0
  2650.  
  2651. 20 - Cu        0
  2652.  
  2653. 21 - Pb        0
  2654.  
  2655. 22 - Zn        0
  2656.  
  2657.  
  2658.  
  2659. Granitoids - ppm
  2660.  
  2661.  
  2662.  
  2663. 23 - Bi        2
  2664.  
  2665. 24 - Cd        2
  2666.  
  2667. 25 - In        2
  2668.  
  2669. 26 - Sn        2
  2670.  
  2671. 27 - W        2
  2672.  
  2673. 28 - Mo        2
  2674.  
  2675.  
  2676.  
  2677. Miscellaneous - ppm
  2678.  
  2679.  
  2680.  
  2681. 29 - S        2
  2682.  
  2683. 30 - As        2
  2684.  
  2685. 31 - Se        2
  2686.  
  2687. 32 - Sb        2
  2688.  
  2689. 33 - Te        2
  2690.  
  2691.  
  2692.  
  2693.  
  2694.  
  2695.  
  2696.  
  2697.  
  2698.  
  2699.  
  2700.  
  2701.  
  2702.  
  2703.  
  2704.  
  2705.  
  2706.  
  2707.  
  2708.  
  2709. Precious Metals - ppm
  2710.  
  2711.  
  2712.  
  2713. 34 - Ru        1
  2714.  
  2715. 35 - Rh        1
  2716.  
  2717. 36 - Pd        1
  2718.  
  2719. 37 - Ag        1
  2720.  
  2721. 38 - Re        1
  2722.  
  2723. 39 - Os        1
  2724.  
  2725. 40 - Ir        1
  2726.  
  2727. 41 - Pt        1
  2728.  
  2729. 42 - Au        1
  2730.  
  2731. 43 - Hg        1
  2732.  
  2733.  
  2734.  
  2735. Low Fields - ppm
  2736.  
  2737.  
  2738.  
  2739. 44 - K        1
  2740.  
  2741. 45 - Rb        1
  2742.  
  2743. 46 - Cs        2
  2744.  
  2745. 47 - Ba        0
  2746.  
  2747. 48 - Sr        1
  2748.  
  2749. 49 - Tl        2
  2750.  
  2751. 50 - Ga        1
  2752.  
  2753. 51 - Li        2
  2754.  
  2755.  
  2756.  
  2757. High Fields - ppm
  2758.  
  2759.  
  2760.  
  2761. 52 - Ta        2
  2762.  
  2763. 53 - Nb        1
  2764.  
  2765. 54 - Hf        2
  2766.  
  2767. 55 - Zr        1
  2768.  
  2769. 56 - Ti        0
  2770.  
  2771. 57 - Y        1
  2772.  
  2773. 58 - Th        2
  2774.  
  2775. 59 - U        2
  2776.  
  2777.  
  2778.  
  2779. Rare Earths - ppm
  2780.  
  2781.  
  2782.  
  2783. 60 - La        2
  2784.  
  2785. 61 - Ce        2
  2786.  
  2787. 62 - Pr        2
  2788.  
  2789. 63 - Nd        2
  2790.  
  2791. 64 - Sm        2
  2792.  
  2793. 65 - Eu        2
  2794.  
  2795. 66 - Gd        2
  2796.  
  2797. 67 - Tb        2
  2798.  
  2799. 68 - Dy        2
  2800.  
  2801. 69 - Ho        2
  2802.  
  2803. 70 - Er        2
  2804.  
  2805. 71 - Tm        2
  2806.  
  2807. 72 - Yb        2
  2808.  
  2809. 73 - Lu        2
  2810.  
  2811.  
  2812.  
  2813.  
  2814.  
  2815.  
  2816.  
  2817. Halogens - ppm
  2818.  
  2819.  
  2820.  
  2821. 74 - F        2
  2822.  
  2823. 75 - Cl        2
  2824.  
  2825. 76 - Br        2
  2826.  
  2827. 77 - I        2
  2828.  
  2829. 78 - B        2
  2830.  
  2831. 79 - Be        2
  2832.  
  2833. 80 - C        2
  2834.  
  2835. 81 - N        2
  2836.  
  2837.  
  2838.  
  2839. Stable Isotopes - ppm
  2840.  
  2841.  
  2842.  
  2843. 82 - D        4
  2844.  
  2845. 83 - 13C        4
  2846.  
  2847. 84 - 18O        2
  2848.  
  2849. 85 - 34S        4
  2850.  
  2851.  
  2852.  
  2853. Initial Radiogenics
  2854.  
  2855.  
  2856.  
  2857. 86 - i87Sr/86Sr        6
  2858.  
  2859. 87 - i143Nd/144Nd        6
  2860.  
  2861. 88 - eNd  (epsilon Nd)    2
  2862.  
  2863. 89 - i206Pb/204Pb        6
  2864.  
  2865. 90 - i207Pb/204Pb        6
  2866.  
  2867. 91 - i208Pb/204Pb        6
  2868.  
  2869. 92 - i176Hf/177Hf        6
  2870.  
  2871. 93 - eHf  (epsilon Hf)    2
  2872.  
  2873. 94 - i187Os/186Os        6
  2874.  
  2875.  
  2876.  
  2877. Measured R/S Ratios
  2878.  
  2879.  
  2880.  
  2881. 95 - m87Sr/86Sr        6
  2882.  
  2883. 96 - m87Rb/86Sr        6
  2884.  
  2885. 97 - m143Nd/144Nd    6
  2886.  
  2887. 98 - m147Sm/144Nd    6
  2888.  
  2889. 99 - m206Pb/204Pb    6
  2890.  
  2891. 100 - m238U/204Pb    6
  2892.  
  2893. 101 - m207Pb/204Pb    6
  2894.  
  2895. 102 - m235U/204Pb    6
  2896.  
  2897. 103 - m208Pb/204Pb    6
  2898.  
  2899. 104 - m232Th/204Pb    6
  2900.  
  2901. 105 - m176Hf/177Hf    6
  2902.  
  2903. 106 - m176Lu/177Hf    6
  2904.  
  2905. 107 - m187Os/186Os    6
  2906.  
  2907. 108 - m187Re/186Os    6
  2908.  
  2909.